home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / arch / blackfin / mach-bf537 / boards / Kconfig next >
Encoding:
Text File  |  2008-12-24  |  743 b   |  42 lines

  1. choice
  2.     prompt "System type"
  3.     default BFIN537_STAMP
  4.     help
  5.       Select your board!
  6.  
  7. config BFIN537_STAMP
  8.     bool "BF537-STAMP"
  9.     help
  10.       BF537-STAMP board support.
  11.  
  12. config BFIN537_BLUETECHNIX_CM
  13.     bool "Bluetechnix CM-BF537"
  14.     depends on (BF537)
  15.     help
  16.       CM-BF537 support for EVAL- and DEV-Board.
  17.  
  18. config BFIN537_BLUETECHNIX_TCM
  19.     bool "Bluetechnix TCM-BF537"
  20.     depends on (BF537)
  21.     help
  22.       TCM-BF537 support for EVAL- and DEV-Board.
  23.  
  24. config PNAV10
  25.     bool "PNAV board"
  26.     depends on (BF537)
  27.     help
  28.       PNAV board support.
  29.  
  30. config CAMSIG_MINOTAUR
  31.     bool "Cambridge Signal Processing LTD Minotaur"
  32.     depends on (BF537)
  33.     help
  34.       Board supply package for CSP Minotaur
  35.  
  36. config GENERIC_BF537_BOARD
  37.     bool "Generic"
  38.     help
  39.       Generic or Custom board support.
  40.  
  41. endchoice
  42.